Test Series - computer fundamental

Test Number 13/95

Q: What does EBCDIC stand for?
A. Extended Binary Converted Decimal Intermediate Code
B. Extended Binary Coded Decimal Intermediate Code
C. Extended Binary Coded Decimal Interchange Code
D. Extended Binary Converted Decimal Interchange Code
Solution: EBCDIC is the Extended BCD interchange code. It uses 8 bits to represent a symbol. It can represent 256 different characters.
Q: In EBCDIC, a maximum of 128 different characters can be represented.
A. True
B. False
C. none
D. 0
Solution: EBCDIC uses 8 bits for representation. Therefore, 28 i.e., 256 different characters can be represented and not 128. Thus, the above statement is false.
Q: The EBCDIC code for the character A is ______________
A. digit : 1100 zone : 0001
B. digit : 1111 zone : 0001
C. digit : 1100 zone : 1010
D. digit : 1111 zone : 1010
Solution: The character A is represented by the digit 1100 and the zone 0001. The hex representation for the same is C1. Similarly for B it is C2 and so on.
Q: The hex representation for F is _______________
A. C6
B. C5
C. D6
D. D1
Solution: Certain hex representations are :
C1=A
C2=B
C3=D
C4=E
C5=F
C6=G
C7=H
C8=I
C9=J.
Q: In EBCDIC, D5 is used to represent ________ character.
A. J
B. N
C. O
D. K
Solution: D5 is used to represent N in this system. The representations D1 to D9 are used for the characters J to R respectively.
Q: Which of the following is not a character of the digit 1110?
A. S
B. Z
C. O
D. X
Solution: All the alphabets from S to Z have their digit as 1110. Here, O has the digit 1101 and therefore is the incorrect option. Example: S has the digit as 1110 and zone 0010.
Q: What is the hexadecimal equivalent of the digit 9?
A. E9
B. F9
C. G9
D. H9
Solution: For digits in EBCDIC, the hex equivalent starts from F0 to F9.
F0=0
F1=1
F2=2
F3=3 and so on.
Q: The characters from 0 to 9 have their common digit as ___________
A. 1111
B. 0000
C. 0001
D. 1000
Solution: The digits are 1111 in case of numbers. Here, 0.101 gets converted to 1.010 in its 1’s complement format.
Q: The EBCDIC is mainly used in ___________
A. Programming
B. Machine Codes
C. Mainframes
D. Super Computers
Solution: This concept of EBCDIC was invented by IBM. It is mainly used in the IBM mainframe environment. So basically, mainframes use EBCDIC codes.
Q: Which of the following character is available in EBCDIC but not in ASCII?
A. cent sign
B. dollar sign
C. comma
D. punctuation
Solution: The cent sign wasn’t available in ASCII which is the American Standard Code for Information interchange. It was available in EBCDIC though and thus was considered better.

You Have Score    /10